
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-agbalumo: 'Agbalumo',display;
--font-bebasneue: 'Bebas Neue',sans-serif;
--font-Afacad: 'Afacad',sans-serif;
--font-Nunito: 'Nunito',sans-serif;
--font-Fredoka: 'Fredoka',sans-serif;
--font-Oswald: 'Oswald',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .fltPoB {
      --tagify-dd-bg-color:#ffffff;
      --tagify-dd-item-pad:0.5em 0.75em;
      --tagify-dd-max-height:260px;
      --tagify-dd-text-color:#1f2937;
      --tagify-dd-color-primary:#7c3aed;
      color:#1F2937;
      width:100%;
      display:flex;
      padding:24px 16px;
      font-size:inherit;
      background:#FAF9F6;
      min-height:100vh;
      align-items:center;
      font-family:"Inter";
      font-weight:inherit;
      flex-direction:column;
    }

    .bEgGyv {
      color:inherit;
      width:100%;
      display:flex;
      font-size:inherit;
      max-width:600px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:32px;
      flex-direction:row;
      justify-content:space-between;
    }

    .dKbwDP {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .enhGEu {
      color:inherit;
      width:100%;
      border:1px solid #D1D5DB;
      display:inline-block;
      padding:10px 12px;
      font-size:14px;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .enhGEu:focus {
      outline:2px solid #7F77DD;
      border-color:transparent;
    }

    .bxiSKy {
      color:inherit;
      display:inline;
      font-size:14px;
      font-family:inherit;
      font-weight:600;
      flex-direction:column;
    }

    .egYPgY {
      color:inherit;
      width:40px;
      height:40px;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cUGLDW {
      color:#1F2937;
      border:1px solid #D1D5DB;
      cursor:pointer;
      display:inline-block;
      padding:8px 12px;
      font-size:13px;
      background:#F0F0F0;
      font-family:inherit;
      font-weight:inherit;
      border-radius:16px;
      flex-direction:row;
    }

    .cUGLDW:hover {
      background:#E5E5E5;
    }

    .cUGLDW.selected {
      color:#ffffff;
      background:#7f77dd;
    }

    .cJpghb {
      color:var(--green-800, #065F46);
      margin:0px;
      display:block;
      font-size:var(--font-size-2xl);
      font-family:Agbalumo;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
    }

    .bjBzGm {
      color:inherit;
      display:inline;
      font-size:14px;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .cXgypf {
      color:white;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:10px 20px;
      font-size:inherit;
      background:#7F77DD;
      font-family:inherit;
      font-weight:600;
      border-radius:6px;
      flex-direction:row;
    }

    .cXgypf:hover {
      background:#6D64D1;
    }

    .etGPZu {
      gap:24px;
      color:inherit;
      width:100%;
      display:flex;
      font-size:inherit;
      max-width:600px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .deMmjr {
      gap:16px;
      color:inherit;
      display:flex;
      padding:24px;
      font-size:inherit;
      background:white;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:column;
    }

    .bwDZcs {
      color:#EF4444;
      margin:0px;
      display:block;
      font-size:14px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .evzRom {
      color:#065F46;
      margin:0px;
      display:block;
      font-size:24px;
      font-family:"Bebas Neue";
      font-weight:inherit;
      flex-direction:row;
    }

    .buoPQz {
      gap:12px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eOPbbV {
      color:white;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:12px;
      font-size:inherit;
      background:var(--btnColor);
      margin-top:8px;
      transition:background 0.2s;
      font-family:inherit;
      font-weight:700;
      border-radius:8px;
      flex-direction:row;
    }

    .eOPbbV:hover {
      background:#6D64D1;
    }

    .JWdca {
      top:100%;
      left:0px;
      color:inherit;
      right:0px;
      border:1px solid #E5E7EB;
      display:block;
      z-index:50;
      position:absolute;
      font-size:inherit;
      background:white;
      box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1);
      max-height:250px;
      overflow-y:auto;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .fCxTTe {
      color:#4B5563;
      margin:0px;
      display:block;
      font-size:16px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .Log-External-Game\:unauthIcon {
      color:#EF4444;
      display:block;
      font-size:48px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .TDnXl {
      gap:16px;
      color:inherit;
      display:flex;
      padding:24px;
      font-size:inherit;
      background:white;
      box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:column;
    }

    .Log-External-Game\:loadingIcon {
      color:inherit;
      display:block;
      font-size:32px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .AlPrr {
      color:inherit;
      display:flex;
      padding:48px;
      font-size:inherit;
      background:white;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .fyLxlf {
      gap:20px;
      color:inherit;
      display:flex;
      padding:24px;
      font-size:inherit;
      background:white;
      box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:column;
    }

    .Log-External-Game\:successIcon {
      color:#1D9E75;
      display:block;
      font-size:48px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fGpQvR {
      color:#991B1B;
      margin:0px;
      display:block;
      font-size:28px;
      font-family:"Bebas Neue";
      font-weight:inherit;
      flex-direction:row;
    }

    .OPCFT {
      color:inherit;
      width:100%;
      border:none;
      cursor:pointer;
      display:flex;
      padding:10px 12px;
      font-size:inherit;
      background:transparent;
      text-align:left;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid #F3F4F6;
      flex-direction:column;
    }

    .OPCFT:hover {
      background:#F9FAFB;
    }

    .XGKMA {
      color:#6B7280;
      display:inline;
      font-size:12px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bqcJkd {
      gap:12px;
      left:16px;
      color:var(--textColor);
      right:16px;
      border:1px solid var(--borderColor);
      bottom:24px;
      margin:0 auto;
      display:flex;
      padding:16px 20px;
      z-index:999;
      position:fixed;
      font-size:14px;
      max-width:500px;
      background:var(--bgColor);
      box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1);
      align-items:center;
      font-family:inherit;
      font-weight:500;
      border-radius:8px;
      flex-direction:row;
    }

    .dZdhLF {
      color:#065F46;
      margin:0px;
      display:block;
      font-size:32px;
      font-family:"Bebas Neue";
      font-weight:inherit;
      flex-direction:row;
    }

    .dbFqgx {
      color:#4B5563;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:8px 16px;
      font-size:inherit;
      background:#F3F4F6;
      font-family:inherit;
      font-weight:600;
      border-radius:6px;
      flex-direction:row;
    }

    .etQgKM {
      gap:16px;
      color:inherit;
      display:flex;
      padding:32px;
      font-size:inherit;
      background:white;
      box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:column;
    }

    .cVSDKd {
      color:white;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:8px 16px;
      font-size:inherit;
      background:#EF4444;
      font-family:inherit;
      font-weight:600;
      border-radius:6px;
      flex-direction:row;
    }

    .cVSDKd:hover {
      background:#DC2626;
    }

    .faLfos {
      color:#4B5563;
      margin:0px;
      display:block;
      font-size:14px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .czowwv {
      color:#7F77DD;
      width:fit-content;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:0px;
      font-size:13px;
      background:transparent;
      text-align:left;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .czowwv:hover {
      text-decoration:underline;
    }

    .bSiouf {
      color:#4B5563;
      border:1px solid #D1D5DB;
      display:block;
      padding:10px 12px;
      font-size:14px;
      background:#F3F4F6;
      font-family:inherit;
      font-weight:500;
      border-radius:6px;
      flex-direction:row;
    }

    .fxlnYK {
      color:inherit;
      display:block;
      position:relative;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .drmLpU {
      color:inherit;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:0px;
      font-size:16px;
      background:transparent;
      flex-shrink:0;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eAUIbq {
      gap:8px;
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:12px;
      flex-direction:row;
    }

    .ehNAtX {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:1000;
      position:fixed;
      font-size:inherit;
      background:rgba(0, 0, 0, 0.5);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .coBVtT {
      color:#991B1B;
      margin:0px;
      display:block;
      font-size:20px;
      font-family:"Bebas Neue";
      font-weight:inherit;
      flex-direction:row;
    }

    .dcpjMb {
      flex:1;
      color:inherit;
      display:inline;
      font-size:14px;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .erxHVh {
      gap:12px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:flex-end;
    }

    .ekRERn {
      gap:16px;
      color:inherit;
      width:90%;
      display:flex;
      padding:24px;
      font-size:inherit;
      max-width:400px;
      background:white;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:column;
    }

    .bPibrj {
      color:#6B7280;
      display:flex;
      font-size:12px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:flex-start;
    }

    .xTtQC {
      color:white;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:12px;
      font-size:inherit;
      background:var(--green-400);
      margin-top:0px;
      transition:background 0.2s;
      font-family:inherit;
      font-weight:700;
      border-radius:8px;
      margin-bottom:0px;
      flex-direction:row;
    }

    .xTtQC:hover {
      background:#489d5c;
    }

    .ffAcOO {
      color:#EF4444;
      border:1px solid #EF4444;
      cursor:pointer;
      display:inline-block;
      padding:10px;
      font-size:14px;
      background:transparent;
      margin-top:8px;
      font-family:inherit;
      font-weight:600;
      border-radius:8px;
      flex-direction:row;
    }

    .ffAcOO:hover {
      background:#FEF2F2;
    }